home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / AlignInspector.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  1.8 KB  |  119 lines

  1. Inspector = {
  2.     ACTIONS = {
  3.     ok:;
  4.     loadValueOf:;
  5.     revert:;
  6.     };
  7.     OUTLETS = {
  8.     slist;
  9.     panel;
  10.     controller;
  11.     graphicView;
  12.     selectedGraphic;
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. GrayFancyView = {
  17.     ACTIONS = {
  18.     setGray:;
  19.     setExactGray:;
  20.     };
  21.     OUTLETS = {
  22.     grayViewMatrix;
  23.     };
  24.     SUPERCLASS = GrayView;
  25. };
  26. FirstResponder = {
  27.     ACTIONS = {
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. GeneralTextInspector = {
  32.     ACTIONS = {
  33.     takeBorderTypeFrom:;
  34.     changeBgGray:;
  35.     changeBorderType:;
  36.     takeBgGrayFrom:;
  37.     takeAlignmentFrom:;
  38.     takeTextGrayFrom:;
  39.     changeAlignment:;
  40.     changeTextGray:;
  41.     };
  42.     OUTLETS = {
  43.     textInspectorView;
  44.     alignmentMatrix;
  45.     bgGrayMatrix;
  46.     fixedListSuper;
  47.     fixedListHiderView;
  48.     borderTypeMatrix;
  49.     fixedListRepMatrix;
  50.     textGrayMatrix;
  51.     };
  52.     SUPERCLASS = Inspector;
  53. };
  54. AlignInspector = {
  55.     ACTIONS = {
  56.     doIt:;
  57.     updatePreview:;
  58.     distributeNow:;
  59.     alignNow:;
  60.     };
  61.     OUTLETS = {
  62.     leftRightMatrix;
  63.     toWhatMatrix;
  64.     alignView;
  65.     topBottomMatrix;
  66.     alignOrDistributeMatrix;
  67.     doItButton;
  68.     alignButton;
  69.     };
  70.     SUPERCLASS = Inspector;
  71. };
  72. GrayView = {
  73.     ACTIONS = {
  74.     setGray:;
  75.     };
  76.     OUTLETS = {
  77.     grayViewSlider;
  78.     };
  79.     SUPERCLASS = View;
  80. };
  81. ViewInspector = {
  82.     ACTIONS = {
  83.     changeGridVisibleTo:;
  84.     changeBgGray:;
  85.     changeBgColor:;
  86.     changeGridSpacing:;
  87.     takeGridVisibleFrom:;
  88.     takeGridSizeFrom:;
  89.     changeBorderType:;
  90.     takeGridGrayFrom:;
  91.     changeGridColor:;
  92.     takeBgGrayFrom:;
  93.     ok:;
  94.     changeSnapTo:;
  95.     changeGridGray:;
  96.     increaseGrid:;
  97.     takeGridSnapFrom:;
  98.     decreaseGrid:;
  99.     takeBorderTypeFrom:;
  100.     revert:;
  101.     changeBgGrayWithMatrix:;
  102.     };
  103.     OUTLETS = {
  104.     gridGraySlider;
  105.     bgGrayMatrix;
  106.     gridSnapSwitch;
  107.     gridColorWell;
  108.     gridVisibleSwitch;
  109.     bgGraySlider;
  110.     borderTypeMatrix;
  111.     gridSizeField;
  112.     bgColorWell;
  113.     };
  114.     SUPERCLASS = Inspector;
  115. };
  116. AlignView = {
  117.     SUPERCLASS = View;
  118. };
  119.